home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / vgagraph.zip / MOUSE.H < prev    next >
C/C++ Source or Header  |  1993-03-25  |  99b  |  5 lines

  1. extern int x0,y0;
  2.  
  3. char initmouse(int x00,int y00,int col);
  4. void closemouse();
  5. char mousekey();